Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): 💊 make Android build script cross platform #1684

Merged
merged 4 commits into from
Aug 7, 2023

Conversation

jyyi1
Copy link
Contributor

@jyyi1 jyyi1 commented Aug 1, 2023

This PR fixes #1670 .

@jyyi1 jyyi1 requested review from a team as code owners August 1, 2023 21:15
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9105e53) 36% compared to head (1c2e8c2) 36%.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1684   +/-   ##
======================================
  Coverage      36%     36%           
======================================
  Files          45      45           
  Lines        2749    2749           
  Branches      312     312           
======================================
  Hits         1006    1006           
  Misses       1743    1743           
Flag Coverage Δ
apple 15% <ø> (ø)
ios 15% <ø> (ø)
macos 15% <ø> (ø)
unittests 36% <ø> (ø)
www 45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jyyi1
Copy link
Contributor Author

jyyi1 commented Aug 3, 2023

@daniellacosse BTW, what should I do to deal with these code coverage errors?


module.exports = function(context) {
const ANDROID_LIBS_FOLDER_PATH = 'plugins/cordova-plugin-outline/android/libs';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been separating these kinds of paths into arrays but if it works for you I don't see why we need to do that (re: @fortuna)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes, this can make the path more cross-platform. updated.

@daniellacosse
Copy link
Contributor

@daniellacosse BTW, what should I do to deal with these code coverage errors?

Ignore for now, we should either turn it off or spend some time figuring out why it's started breaking

@jyyi1 jyyi1 merged commit 3d68446 into master Aug 7, 2023
13 checks passed
@jyyi1 jyyi1 deleted the junyi/fix-android-build-on-windows branch August 7, 2023 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when building Android on Windows
3 participants